11 Stochastic Simulation with More PathwaysΒΆ

[34]:
# from src.plot import plot_simulated_stoc_path_full2_split


# plot_simulated_stoc_path_full2_split("RD_Plot", "Figure 8: R&D Investment as Percentage of GDP","%", [0,10])
[35]:
# plot_simulated_stoc_path_full2_split("e", """Figure 12: Simulated Pathways of Emissions""","", [6,25])
[36]:
# plot_simulated_stoc_path_full2_split("e", """Figure 9: Simulated Pathways of the Social Value of R&D  <br> Exponential of vertical axis gives economic value in units of consumption""","", [6,25])
[37]:
# plot_simulated_stoc_path_full2_split("LogSCGW_Plot", """Figure 9: Simulated Pathways of the Social Cost of Global Warming  <br> Exponential of vertical axis gives economic value in units of consumption""","", [6,14])
[38]:
# plot_simulated_stoc_path_full2_split("TA", """Figure 9: Simulated Pathways of Temperature Anomaly""","", [0,3])
[39]:
# plot_simulated_stoc_path_full2_split("distorted_tech_prob", "Figure 6: Distorted Probability of a Technology Change Jump","", [0,1])
[40]:
# plot_simulated_stoc_path_full2_split("distorted_damage_prob", "Figure 7: Distorted Probability of a Damage Jump","", [0,1])
[41]:
from src.plot import plot_simulated_stoc_path_full2_split2


plot_simulated_stoc_path_full2_split2("RD_Plot", "Figure 8: R&D Investment as Percentage of GDP","%", [0,10])
[42]:
plot_simulated_stoc_path_full2_split2("e", """Figure 12: Simulated Pathways of Emissions""","", [6,25])
[43]:
plot_simulated_stoc_path_full2_split2("e", """Figure 9: Simulated Pathways of the Social Value of R&D  <br> Exponential of vertical axis gives economic value in units of consumption""","", [6,25])
[44]:
plot_simulated_stoc_path_full2_split2("LogSCGW_Plot", """Figure 9: Simulated Pathways of the Social Cost of Global Warming  <br> Exponential of vertical axis gives economic value in units of consumption""","", [6,14])
[45]:
plot_simulated_stoc_path_full2_split2("TA", """Figure 9: Simulated Pathways of Temperature Anomaly""","", [0,3])
[46]:
plot_simulated_stoc_path_full2_split2("distorted_tech_prob", "Figure 6: Distorted Probability of a Technology Change Jump","", [0,1])
[47]:
plot_simulated_stoc_path_full2_split2("distorted_damage_prob", "Figure 7: Distorted Probability of a Damage Jump","", [0,1])
[48]:

plot_simulated_stoc_path_full2_split2("gamma3", "Figure 8: Damage Realization","", [0,1/3])
[ ]: